-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gear-builtin): Separate actor id declaration #4051
Conversation
* move ID out of BuiltinActor trait * introduce ActorWithId struct one can use to assign an id to builtin at compile time * simplify some tests as a result
Please convince me this is actually a good thing ). In any case an actor type id is assigned at compile time, and we have a whole Or am I missing the point? |
Discussed personally |
Resolves #4049